func crypto/x509.systemRootsPool

5 uses

	crypto/x509 (current package)
		cert_pool.go#L118: 	if sysRoots := systemRootsPool(); sysRoots != nil {
		root.go#L30: func systemRootsPool() *CertPool {
		root.go#L68: 	_ = systemRootsPool()
		verify.go#L841: 		systemPool := systemRootsPool()
		verify.go#L857: 		opts.Roots = systemRootsPool()